home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1996-08-11  |  1.4 KB  |  74 lines

  1. object AboutBox: TAboutBox
  2.   Left = 223
  3.   Top = 94
  4.   BorderStyle = bsDialog
  5.   Caption = 'Infos'
  6.   ClientHeight = 461
  7.   ClientWidth = 387
  8.   Font.Color = clWindowText
  9.   Font.Height = -16
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 388
  21.     Height = 463
  22.     AutoSize = True
  23.     Picture.Data = {<image001.bmp>}
  24.   end
  25.   object Button1: TButton
  26.     Left = 296
  27.     Top = 432
  28.     Width = 81
  29.     Height = 25
  30.     Caption = 'Help'
  31.     Font.Color = clMaroon
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object OKButton: TBitBtn
  40.     Left = 8
  41.     Top = 432
  42.     Width = 65
  43.     Height = 25
  44.     Caption = 'OK.'
  45.     Default = True
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ModalResult = 1
  51.     ParentFont = False
  52.     TabOrder = 1
  53.     Layout = blGlyphTop
  54.     Margin = 2
  55.     NumGlyphs = 2
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59.   object Button2: TButton
  60.     Left = 112
  61.     Top = 432
  62.     Width = 139
  63.     Height = 25
  64.     Caption = 'Register JavaDraw!'
  65.     Font.Color = clBlack
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 2
  71.     OnClick = Button2Click
  72.   end
  73. end
  74.